Namespace - LJCAddressParserLib
Parameters
errorText - The error text.
fileSpec - The file specification value.
Returns
The deserialized object.
Syntax
| C# |
|
public static Directionals LJCDeserialize(out String& errorText, String fileSpec = null)
|
Deserializes from the specified XML file.
Remarks
If the requested file does not exist, a default file will be created with
eight standard values. These are: "N", "NE", "NW", "S", "SE", "SW", "E"
and "W".
Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.